C1.LiveLinq.Listeners Namespace > PropertyChangeListener<T> Class : CreateDefault() Method |
'Declaration
Public Shared Function CreateDefault() As PropertyChangeListener(Of T)
public static PropertyChangeListener<T> CreateDefault()
For ADO.NET and XML objects (DataRow, DataRowView, XContainer), their corresponding property change notifications are used.
For objects implementing INotifyPropertyChanged interface, that interface is used.
If the class is neither of the above, the default listener tries to use two change notification patterns if they are present in the class:
These patterns don't have to exist in the class, it's just a last ditch attempt of the default listener to find a notification mechanism if the standard one is not found.
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2